home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / ArpDupLock < prev    next >
Text File  |  1990-06-22  |  876b  |  67 lines

  1.  
  2.  
  3.  
  4.      ArpDupLock(31.0)      ARP Programmers Manual      ArpDupLock(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       ArpDupLock - Duplicate a lock    and track it.
  10.  
  11.      SYNOPSIS
  12.       Lock = ArpDupLock( lock )
  13.        d0              d1
  14.  
  15.      FUNCTION
  16.       Completely equivalent    to the AmigaDOS    DupLock() function
  17.       call,    except that the    tracking functions of arp.library are
  18.       used to keep track of    this allocation    for you.
  19.  
  20.      INPUTS
  21.       lock - pointer to a lock
  22.  
  23.      RESULTS
  24.       Lock - pointer to a lock or NULL
  25.  
  26.       TRACKER - Pointer to the tracker is in A1, or    in LastTracker
  27.           variable if calling from 'C'.
  28.  
  29.      REMEMBER
  30.       You must FreeTrackedItem( TRACKER ) or CloseLibrary()    or
  31.       ArpExit() to free this lock.
  32.  
  33.      BUGS
  34.       None known.
  35.  
  36.      SEE ALSO
  37.       DOS DOCUMENTATION, FreeTrackedItem(),    OpenLibrary(),
  38.       CloseLibrary()
  39.  
  40.      AUTHOR
  41.       SDB
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.